-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 API changes #118
v2 API changes #118
Conversation
* merge main * Cleanup & Lint * fix tests * fix dependencies * fix tests * update protobuf lib * move await * address comments * fix tests --------- Co-authored-by: Mohammad Rasim <[email protected]>
* merge main * Cleanup & Lint * fix tests * fix dependencies * fix tests * update protobuf lib * use protobuf-es * change package type to ESM and use vitest to support tests with ESM * Use fully specified imports everywhere * cleanup deps * cleanup deps --------- Co-authored-by: Mohammad Rasim <[email protected]>
🦋 Changeset detectedLatest commit: b1b712b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg! 🚀
Hi there! Is there any time estimate of when v2 could be released? I'm still using a custom patched version of an older version of library (for compatibility with Cloudflare), so I'm missing on other bug fixes and updates 😅 And thanks a lot for your hard work on this! |
We're planning to release it sometime within the next week! |
This also adds changesets for the publishing workflow so that we get a changelog file for free.
Major breaking changes are outlined in the changesets already.